Visual C++ Builds: Fix "install" Projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Sep 2013 06:33:22 +0000 (14:33 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Sep 2013 06:33:22 +0000 (14:33 +0800)
commitfeb72ad45e04c5263d204683ba7dc5f9b41d2422
treea0b9671ddde1668cf7ef14d537d0839b6e40517c
parent930f580857971ce4f0c47180cfac14eb46792d7f
Visual C++ Builds: Fix "install" Projects

Due to the split up of the property sheets, the install projects did not
have info on the Intermediate and Output Paths, which caused confusing
messages from Visual Studio to show up upon completing build+"install" and
closing Visual Studio on whether to reload the install project, at least on
Visual Studio 2008.

Also clean up the Visual Studio 2008 install project a bit.

Include the property sheet which defines these properties to fix this.
build/win32/vs10/install.vcxproj
build/win32/vs9/install.vcproj